home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / lisp / guile-ii.src / guile-ii / guile-src / libguile / HISTORY < prev    next >
Encoding:
Text File  |  1995-08-16  |  1.1 KB  |  40 lines

  1. Here is a very, very brief history of this interpreter.
  2. I hope that people involved in its past will contribute
  3. more to this document.
  4.  
  5.  
  6.  
  7.  
  8. SIOD:
  9.  
  10. George Carrette wrote SIOD, the earliest version.  Although most of
  11. this code as been rewritten or replaced over time, the garbage
  12. collector from SIOD is still an important part of Guile.
  13.  
  14. From what I can tell, many people use SIOD either directly, or in
  15. other interpreters derived from it.  This seems to be a very
  16. influential piece of code!
  17.  
  18.  
  19.  
  20. SCM:
  21.  
  22. Aubrey Jaffer seriously tuned performance, added many new features,
  23. and coordinated the contribution of new features from volunteers.
  24. Aubrey uses SCM for Jacal, a symbolic math package he wrote.  He uses
  25.  
  26.  
  27.  
  28. Guile:
  29.  
  30. Guile is a GNU volunteer project, initiated by Richard Stallman. The
  31. project has turned SCM into a library, added some features so to make
  32. the interpreter more flexible, and added some new types and extension
  33. packages.  The goal is to make a small, powerfully scalable extension
  34. langauge library that everyone will want to use.  Guile will be used
  35. in several GNU programs.
  36.  
  37.  
  38. -t
  39.  
  40.